home *** CD-ROM | disk | FTP | other *** search
/ Champak 145 / (Vol 145) Dec 21 2011.iso / Games / Debora.swf / scripts / DefineSprite_326 / frame_1 / DoAction.as
Encoding:
Text File  |  2011-12-21  |  272 b   |  12 lines

  1. for(var i in _root.tool_mask.thing_menu3)
  2. {
  3.    trace(_root.tool_mask.thing_menu3[i]);
  4.    if(typeof _root.tool_mask.thing_menu3[i] == "object")
  5.    {
  6.       _root.tool_mask.thing_menu3[i].onRelease = function()
  7.       {
  8.          _root.sound_ini4();
  9.       };
  10.    }
  11. }
  12.